home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr38 / burst16.zip / BURST.DOC < prev    next >
Text File  |  1995-03-06  |  12KB  |  239 lines

  1.  
  2.         One of the Livewire Collection of multi-BBS Doorware programs.
  3.            Supporting PCBoard, Wildcat!, Gap, QBBS, RBBS, Spitfire,
  4.           UltraBBS, Telegard, TriTel, TriBBS, Remote Access, plus more.
  5.  
  6.                                 Richard Paquette
  7.                                    PO Box 416
  8.                               Mt. Laurel, NJ 08054
  9.  
  10.                            (c) Copyright 1989 - 1995
  11.                               All Rights Reserved
  12.  
  13.                       Additional Line(s) to the CFG file
  14.                       ----------------------------------
  15.                        
  16.                         Line 5 <=- Registration number
  17.                         Line 6 <=- Log File Created (Y/N)
  18.                         Line 7 <=- Number of plays allowed (2 UNREGISTERED)
  19.                         Line 8 <=- Number of Clues allowed (10 MINIMUM)
  20.  
  21.     When registered.. get access on The Livewire BBS to download a utility
  22.     which allows you to add many more records to the current database.
  23.  
  24.                   Example configuration file for PCBOARD.SYS
  25.                   ------------------------------------------
  26.                                                                              
  27. C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.SYS file)
  28. The Livewire BBS    <=-  (Change this to your BBS name)
  29. Richard             <=-  (The Sysop's first name)
  30. Paquette            <=-  (The Sysop's last name)
  31.  
  32. Example configuration file for USERS.SYS
  33. ------------------------------------------
  34.                                                                              
  35. C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  36. The Livewire BBS    <=-  (Change this to your BBS name)
  37. Richard             <=-  (The Sysop's first name)
  38. Paquette            <=-  (The Sysop's last name)
  39.  
  40. Example configuration file for DOOR.SYS
  41. ---------------------------------------
  42.                                                                              
  43. C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  44. The Livewire BBS    <=-  (Change this to your BBS name)
  45. Richard             <=-  (The Sysop's first name)
  46. Paquette            <=-  (The Sysop's last name)
  47.  
  48. Example configuration file for USERINFO.DAT
  49. -------------------------------------------
  50.                                                                              
  51. C:\BBS\USERINFO.DAT <=-  (Full pathname of your USERINFO.DAT file)
  52. The Livewire BBS    <=-  (Change this to your BBS name)
  53. Richard             <=-  (The Sysop's first name)
  54. Paquette            <=-  (The Sysop's last name)
  55. NOTE: DOOR.SYS must be in the SAME directory as USERINFO.DAT
  56.  
  57. Example configuration file for CALLINFO.BBS
  58. -------------------------------------------
  59.                                                                              
  60. C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  61. The Livewire BBS    <=-  (Change this to your BBS name)
  62. Richard             <=-  (The Sysop's first name)
  63. Paquette            <=-  (The Sysop's last name)
  64.  
  65. Example configuration file for DORINFOx.DEF
  66. -------------------------------------------
  67.                                                                              
  68. C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  69.                           where 'x' is the BBS Node number.
  70. The Livewire BBS    <=-  (Change this to your BBS name)
  71. Richard             <=-  (The Sysop's first name)
  72. Paquette            <=-  (The Sysop's last name)
  73.  
  74. Example configuration file for SFDOORS.DAT
  75. ------------------------------------------
  76.                                                                              
  77. C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  78. The Livewire BBS    <=-  (Change this to your BBS name)
  79. Richard             <=-  (The Sysop's first name)
  80. Paquette            <=-  (The Sysop's last name)
  81.  
  82. Example configuration file for GTUSER.BBS
  83. ----------------------------------------
  84.                                                                              
  85. C:\BBS\GTUSER.BBS   <=-  (Full pathname of your GTUSER.BBS file)
  86. The Livewire BBS    <=-  (Change this to your BBS name)
  87. Richard             <=-  (The Sysop's first name)
  88. Paquette            <=-  (The Sysop's last name)
  89. 1                   <=-  (COM port number - defaults to 1)
  90. 1                   <=-  (Node number - defaults to 1)
  91. 123123              <=-  (Registration Number)
  92.  
  93. Example configuration file for TRIBBS.SYS
  94. ----------------------------------------
  95.                                                                              
  96. C:\BBS\TRIBBS.SYS   <=-  (Full pathname of your TRIBBS.SYS file)
  97. The Livewire BBS    <=-  (Change this to your BBS name)
  98. Richard             <=-  (The Sysop's first name)
  99. Paquette            <=-  (The Sysop's last name)
  100.  
  101. Example Batch File 
  102. -------------------
  103. A sample batch file is included and is similar to the following:
  104.    ECHO OFF
  105.    CD\DOORS                <=- Switch to the door's Directory.
  106.    DOOR DOOR.CNF           <=- Execute the door program and pass the
  107.                                 configuration filename to the program.
  108.    CD\PCB                  <=- Go back to PCB DIR when user exits door.
  109.    BOARD                   <=- Restart BBS.
  110.                                                                              
  111. This Door is multi-node  compatible so you may run more than 1 node from
  112. the same .CNF file  provided the path to your system file (DORINFOx.DEF,
  113. CALLINFO.BBS, etc) is exactly the same unless you are using environment
  114. variables, (q.v.)
  115.  
  116.                          Environment Variables
  117.  
  118. PCBoard automatically creates the %PCBDRIVE% & %PCBDIR% environment
  119. variables. Non-PCBoard systems may also use these variables by including
  120. the following in either your BBS batch or AUTOEXEC.BAT
  121.  
  122.   SET PCBDRIVE=C:               <- Drive letter of your BBS files
  123.   SET PCBDIR=\BBSDIR            <- Path to your BBS files
  124.  
  125. Then in your Door .CNF file instead of putting C:\BBSDIR\DOOR.SYS, you
  126. would put %PCBDRIVE%%PCBDIR%\DOOR.SYS. This allows you to use just one
  127. .CNF file for multi-node operation!
  128.                                                                              
  129. To specify a non-standard IRQ, put the IRQ number after the .CNF on the
  130. command line.  For example:
  131.                                                                              
  132.      DOOR DOOR.CNF /5
  133.      or using the PCBDRIVE procedure: SET IRQ=5 and use
  134.      DOOR DOOR.CNF /%IRQ%  
  135.                                                                              
  136. This tells the program to use IRQ 5 instead of the standard IRQ.
  137.  
  138.                            Top Ten Bulletin
  139.                            ----------------
  140.                                                                              
  141. The first time you run this door online it will create 3 files called
  142. ****.BUL, ****.BLT and ****.BLT. If you  wish to change the path
  143. or filename of the  Bulletin,  you must edit  ****.BUL and  change the
  144. first line to whatever path/filename you desire, assuming that this door
  145. requires or has a bulletin to display.. these docs are generic for all
  146. The Livewire Doors and some of them DO NOT create a bulletin.
  147.  
  148.                               Sysop Keys
  149.                               ----------
  150.  
  151. F3    -  Toggles the printer On/Off. Value is passed to PCBoard and/or
  152.          written to DOOR.SYS and USERS.SYS
  153. F4    -  Toggles the Page Bell on/off. Value is passed to PCBoard
  154.          and/or written to DOOR.SYS and USERS.SYS
  155. F5    -  DOS Shell. Allows SysOp to exit to DOS from inside a DOOR.
  156. F7    -  Toggles the Caller Alarm On/Off. Value is passed to PCBoard
  157.          and/or written to DOOR.SYS and USERS.SYS
  158. F8    -  Returns the caller involuntarily to the BBS.
  159. F9    -  Toggles the local display On/Off. Value is passed to PCBoard
  160.          and/or written to DOOR.SYS and USERS.SYS
  161. F10   -  Activates SysOp CHAT mode within the DOOR.
  162. ESC   -  Deactivates CHAT mode.  DOOR is resumed.
  163. UP    -  Give the caller extra time while in the DOOR.  
  164. DN    -  Subtract time from the caller while in the DOOR. 
  165. HOME  -  HELP key for Status Line options.
  166. ALT-N -  SysOp next on toggle. Value passed to PCBoard. (PCBoard only)
  167. ALT-X -  PCBoard will exit after current caller logs off. Value is
  168.          passed to PCBoard. Not available on non-PCBoard systems.
  169.  
  170.                              Distribution
  171.                              ------------
  172.                                                                              
  173. This program is being distributed via the SHAREWARE concept and as such,
  174. may be copied freely with the following restrictions:
  175.                                                                              
  176.         * The program must be supplied in it's original unmodified
  177.           form, including documentation.
  178.                                                                              
  179.         * This program may not be distributed as part of any commercial
  180.           application or service without the express, written consent
  181.           of the author.
  182.                                                                              
  183.         * Vendors of Shareware/Public Domain software may not
  184.           distribute this program without the express, written
  185.           consent of the author even if Vendor has been approved
  186.           by the Association of Shareware Professionals (ASP).
  187.  
  188.                              Registration
  189.                              ------------
  190.                                                                              
  191. This door represents  many hours of  programming and the author deserves
  192. just compensation for his time, efforts and expertise.  If you find this
  193. program to be of some  value and you  continue to use it on your system,
  194. you must return the order form provided along with the registration fee.
  195. Registration  entitles you to  free upgrades via  modem from  The Livewire
  196. BBS Support Conference.  Payments should be  made in the  form of a check or
  197. money order. Foreign orders must be in U.S. funds drawn on a U.S. bank.
  198.  
  199. Online registration with Visa or Mastercard is available via our Credit
  200. Card Door at the following system:
  201.                                                                              
  202.                    The Livewire BBS: 609.235.5297
  203.                                                                              
  204. NOTE: If you register by mail, your registration number will be posted
  205.       in a private message on The Livewire BBS. 
  206.  
  207.                                Copyright
  208.                                ---------
  209.                                                                              
  210. This door is Copyrighted(c) 1995 by Richard Paquette, and is distributed
  211. as Shareware. Under this concept you may use the SHAREWARE (unregistered)
  212. version for a  reasonable period of  time for evaluation  after which you
  213. must either register your copy or discontinue  usage.
  214.  
  215.                                Warranty
  216.                                --------
  217.                                                                              
  218. This product is provided as is without warranty of any kind.  The entire
  219. risk as to the results and performance of the program is assumed by you.
  220. Futhermore, the  author does not warrant, guarantee, or  make any  other
  221. representations regarding the use of,  or the  results of the use of the
  222. program,  and you rely on the  program and  results  solely at  your own
  223. risk.  The author  cannot and will not accept  responsibility for system
  224. damage, loss of profit or any other special, consequential or incidental 
  225. damages  resulting  from  the use of or inability to  use this  product.
  226.  
  227.                                Com-Ports
  228.                                ---------
  229.  
  230.                    DoorFrame now supports COM 0 thru 15.
  231.  
  232.                              Fossil Drivers
  233.                              --------------
  234.                                                                              
  235. This door may be used with Fossil drivers such as X00 & BNU.  This makes
  236. it compatible  with most  multi-port  boards.  To use the Fossil  driver
  237. instead of the standard COM ports, include  /FD on the command line when
  238. running the door. For example: DOOR DOOR.CNF /FD
  239.